home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 18 / CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso / CUCD / Online / hsc / docs-source / main_index.hsc < prev    next >
Encoding:
Text File  |  1997-11-02  |  3.4 KB  |  97 lines

  1. <$include FILE="inc/macro.hsc">
  2. <HTML><HEAD>
  3. <TITLE>hsc - html sucks completely - Support</TITLE>
  4. <LINK REV="owns" TITLE="Thomas Aglassinger" HREF="mailto:agi@giga.or.at">
  5. <LINK REL="Home" HREF="index.html">
  6. <LINK REL="Copyright" HREF="docs/copy.html">
  7. </HEAD><BODY>
  8. <*<IMG SRC="docs/image/head.gif" ALT="hsc - Another stupid HTML preprocessor">*>
  9. <IMG SRC="docs/image/nomain.gif" ALT="----" ALIGN="middle">
  10. <IMG SRC="docs/image/noindex.gif" ALT="-----" ALIGN="middle">
  11. <A HREF="docs/copy.html"><IMG SRC="docs/image/copy.gif" ALT="Copyright" ALIGN="middle"></A>
  12. <IMG SRC="docs/image/noback.gif" ALT="--" ALIGN="middle">
  13. <IMG SRC="docs/image/noprev.gif" ALT="--------" ALIGN="middle">
  14. <A HREF="docs/index.html"><IMG SRC="docs/image/next.gif" ALT="Next" ALIGN="middle"></A>
  15.  
  16.  
  17. <H1>hsc - html sucks completely</H1>
  18.  
  19. <$macro ArcH NAME:string/r>
  20. <A HREF=(name)><(name)></A>
  21. (<(GetFileSize("../"+(name)))>)
  22. </$macro>
  23.  
  24. <$define MinorUpdate:string="">
  25.  
  26. <P><IMG SRC="docs/image/hsc.gif" ALT="..SUCK SUCK SUCK.." ALIGN="right"></P>
  27.  
  28. This is the support w3-page for <hsc>, a html-preprocessor. It
  29. provides both introductory and detailed information about the purpose
  30. and the usage of the program. You can also download the archives
  31. containing the current version or pre-releases and bugfixes (if there
  32. are any).
  33.  
  34.  
  35. <H2>Current Version</H2>
  36.  
  37. The current version of <hsc> is <STRONG>version 0.914</STRONG>
  38. and should always be available from <AMINET FILE="text/hyper/">. 
  39.  
  40. <UL>
  41. <LI>View <AMINET FILE="text/hyper/hsc.readme" TEXT="README"> for 
  42.     a short overview.
  43. <$if COND=(not (MinorUpdate))>
  44. <LI><A HREF="docs/index.html">Documentation</A> for more details
  45. </$if>
  46. <LI>Download <AMINET FILE="text/hyper/hsc.lha">, the binary-archive
  47.     for AmigaOS. This one includes binary, preferences
  48.     and documentation. 
  49. <LI>Download <AMINET FILE="text/hyper/hsc-source.lha">, 
  50.     the source-archive including the whole ANSI-C sources and the
  51.     Makefile needed to compile all tools.
  52. </UL>
  53.  
  54. <H2>Minor Updates</H2>
  55.  
  56. <$if COND=(MinorUpdate)>
  57.  
  58. <STRONG>Version 0.915, pre-release#9</STRONG> is now available. Maybe
  59. it already works fine, but don't count on it. Download only if you are
  60. really tough.
  61.  
  62. <UL>
  63. <LI><A HREF="README">README</A> - short introduction
  64. <LI><A HREF="docs/index.html">Documentation</A> - more details
  65. <LI><A HREF="CHANGES">Changes</A> - what's new
  66. </UL>
  67.  
  68. The archives below are only available from this support-page:
  69. <$else>
  70. Currently, there are no minor updates available.
  71. The archives below are identical to those available from Aminet:
  72. </$if>
  73.  
  74. <UL>
  75. <LI>Download <ArcH NAME="hsc.lha"> - documentation and binaries for AmigaOS
  76. <LI>Download <ArcH NAME="hsc-source.lha"> - source code
  77. <LI>Download <ArcH NAME="hsc-all.lha"> - source code and documentation, 
  78.     but no executables; use this to compile under other systems.
  79. </UL>
  80.  
  81. <H2>Additional Material</H2>
  82.  
  83. <P>If you don't know how to cope with <CODE>*.lha</CODE>-files, the sources
  84. for a portable version of <CODE>lha</CODE> are available from 
  85. <A HREF="http://wuarchive.wustl.edu/~aminet/misc/unix/lha_1_00.tar.Z">aminet:misc/unix/lha_1_00.tar.Z</A>
  86. (84K).</P>
  87. <*
  88. <P>Users who are unfamiliar to <CODE>make</CODE> can download
  89. <ArcH NAME="make-doc.lha">, which contains the manual
  90. to <CODE>GNUmake</CODE> in AmigaGuide format.</P>
  91. *>
  92. <HR>
  93. <$let hsc.format.time="%d-%b-%Y">
  94. <ADDRESS>Thomas Aglassinger (<A HREF="mailto:agi@giga.or.at">agi@giga.or.at</A>),
  95. <(GetTime())></ADDRESS>
  96. </BODY></HTML>
  97.